home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / rlist15.zip / RLIST.DOC < prev    next >
Text File  |  1991-10-06  |  4KB  |  103 lines

  1. *******************************************************************************
  2. *                                    RLIST                                    *
  3. * Ron's List program. V1.5, (c) 1991 Loewy Ron. VERSION DATE : Oct., 1991     *
  4. * Last Update : Oct. 06, 1991.                                                *
  5. *******************************************************************************
  6.  
  7. What's New
  8. ----------
  9.  
  10.   Version 1.5 adds the followin features :
  11.  
  12.         - Better integration between mouse and keyboard, due to the use of
  13.           a new message driven event manager in the WINDTEXT library.
  14.  
  15.         - Added Options entry in system menu, to support directory sort.
  16.  
  17.         - Added discriptions to menu entries.
  18.  
  19.         - Fixed bug, RLIST will not crash when a file that can not be displayed
  20.           is opened.
  21.  
  22.   Version 1.1 uses the EXTEND5 Unit from Scott Bussinger to allow more then
  23.  20 open files at once!.
  24.  
  25. Introduction
  26. ------------
  27.  
  28.   RLIST is a simple text file viewer, that supports multiple file views       
  29.  on the same screen, with the ability to open new files for browsing on the
  30.  fly, use dos commands in a dos window, and hold many HUGE (multy-MB) text 
  31.  file windows open at once.
  32.  
  33. Usage
  34. -----
  35.  
  36.   RLIST works in a CUA-like environment workspace with mouse support, pull
  37.  down menus etc. 
  38.  
  39.   To start RLIST at the command line enter :
  40.  
  41.   RLIST [optional file spec] [optional file spec] [optional file spec] ...
  42.  
  43.   where optional file spec is a valid DOS name of text files to be viewed,
  44.  dos WILD-CARDS (*,?) are recognized and supported.
  45.  
  46.  For example : RLIST rlist.doc 
  47.  will start RLIST with this file document shown in a window on the screen. 
  48.  
  49.  RLIST \*.bat 
  50.  will start RLIST with windows opened for any batch file in the root directory.
  51.  
  52.   To open a new file window on the fly - choose the directory entry from the 
  53.  system menu, and choose a file you want to browse. Choose the file to open
  54.  it in a display window,
  55.  
  56. Warranty
  57. --------
  58.  
  59.   There is no warranty what so ever, The program is supplied as is,
  60.  The author (Loewy Ron), is not, and will not be responsible for any damages,
  61.  lost profits, or inconveniences caused by the use, or inability to
  62.  use this program. The use of the program is at your own risk. 
  63.  By using the program you agree to this.
  64.  
  65. General
  66. -------
  67.  
  68.   RLIST is copyrighted by myself, (c) Loewy Ron, 1991. 
  69.  
  70.   RLIST is free for personal non-commercial use, for commercial or corporate
  71.  use, please register your copy. (ORDER.TXT file is supplied). Please notice
  72.  - This is Ver. 1.5 of RLIST, it was used as a test bed for a buffered file
  73.    browser, extentions to button technology etc.. for other WINDTEXT 
  74.    applications. Please forgive me for the small number of features provided
  75.    by this release. I will try to add Value (and features) into the next 
  76.    releases of RLIST.
  77.  
  78. Contact
  79. -------
  80.  
  81.   You can contact me on what-ever you want to at my address at :
  82.  
  83.         Loewy Ron,                    Loewy Ron, 
  84.         9 Haneveem st.                Apt. 1,
  85.         Herzeliya, 46465     O R      20 Smolanskin st.
  86.         ISRAEL.                       Haifa, ISRAEL.
  87.  
  88.   Other packages by the same author are listed in the supplied RLPROG.TXT 
  89.   file.
  90.  
  91. Credits
  92. -------
  93.  
  94.   RLIST was written using Turbo-Pascal V6.0, a copyright of Borland International.
  95.  
  96.   Windows 3.0 is a copyright of Microsoft Corp. Inc.
  97.  
  98.   Noa Nitzan helped me with RLIST color selection.
  99.  
  100.   Scott Bussinger wrote the EXTEND unit to allow more then 20 files open
  101.   at once.
  102.   
  103.